[INFO] fetching crate daml-codegen 0.2.2...
[INFO] checking daml-codegen-0.2.2 against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] extracting crate daml-codegen 0.2.2 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate daml-codegen 0.2.2
[INFO] finished tweaking crates.io crate daml-codegen 0.2.2
[INFO] tweaked toml for crates.io crate daml-codegen 0.2.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate daml-codegen 0.2.2 on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate daml-codegen 0.2.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068
[INFO] running `Command { std: "docker" "start" "bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling anyhow v1.0.56
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]     Checking linked-hash-map v0.5.4
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking heck v0.4.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking quote v1.0.15
[INFO] [stderr]     Checking flate2 v1.0.22
[INFO] [stderr]    Compiling which v4.2.4
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]    Compiling prost-build v0.9.0
[INFO] [stderr]     Checking clap v3.1.6
[INFO] [stderr]    Compiling petgraph v0.6.0
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling bounded-static-derive v0.2.1
[INFO] [stderr]     Checking bounded-static v0.2.1
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking zip v0.5.13
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling prost-types v0.9.0
[INFO] [stderr]    Compiling daml-lf v0.2.2
[INFO] [stderr]     Checking daml-codegen v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.70s
[INFO] running `Command { std: "docker" "inspect" "bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068", kill_on_drop: false }`
[INFO] [stdout] bb1e8855e8eb9efa65e0403ab4111f8ce25c33172abb4c3b38d55c079b6c6068
